{"name":"@firebase/firestore","version":"1.14.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":{"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,"key":"/@firebase/firestore/-/@firebase/firestore-1.14.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@firebase/firestore/download/@firebase/firestore-1.14.1.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_1.14.1_1587070214877_0.23724407043154594"},"_hasShrinkwrap":false,"publish_time":1587070215295,"_cnpm_publish_time":1587070215295,"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"}}