{"name":"@firebase/firestore","version":"2.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","build":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp","build:scripts":"tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'","build:release":"run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'","build:deps":"lerna run --scope @firebase/firestore --include-dependencies build","build:console":"node tools/console.build.js","build:exp":"rollup -c rollup.config.exp.js","build:lite":"rollup -c rollup.config.lite.js","build:exp:release":"yarn build:exp && yarn build:lite","predev":"yarn prebuild","dev":"rollup -c -w","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'","pregendeps:exp":"node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js","gendeps:exp":"../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json","pregendeps:lite":"node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js","gendeps:lite":"../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json","test:lite":"node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'","test:lite:prod":"node ./scripts/run-tests.js --platform 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,"key":"/@firebase/firestore/-/@firebase/firestore-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@firebase/firestore/download/@firebase/firestore-2.0.0.tgz"},"maintainers":[{"name":"chholland","email":"chholland@google.com"},{"name":"hiranya911","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"chholland","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,"dist-tags":{"beta":"0.0.900-exp.8b4d7550f","canary":"3.4.4-canary.6555aa70f","exp":"0.0.900-exp.f6733b13b","firestore-bundles-alpha":"1.18.0-alpha.96ae6a5fe","latest":"2.4.1","longpoll":"2.1.2-longpoll.66863f547","next":"2.4.1-2022028193537","pr5646":"3.1.1-pr5646.2abc5e854"}}