{"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":{"shasum":"4b3c0d15f8ca38a83cc655ebfc2dffb8a6c984ab","size":4015538,"noattachment":false,"key":"/@firebase/firestore/-/@firebase/firestore-3.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@firebase/firestore/download/@firebase/firestore-3.1.1.tgz"},"_npmUser":{"name":"chholland","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"chholland","email":"chholland@google.com"},{"name":"hiranya911","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/firestore_3.1.1_1634244742596_0.5464338517621299"},"_hasShrinkwrap":false,"publish_time":1634244742871,"_cnpm_publish_time":1634244742871,"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"}}