{
  "_args": [
    [
      "@firebase/firestore@1.16.7",
      "D:\\ASHWIN\\BITBUCKET\\FDSHUTTERS\\FD\\fdui"
    ]
  ],
  "_from": "@firebase/firestore@1.16.7",
  "_id": "@firebase/firestore@1.16.7",
  "_inBundle": false,
  "_integrity": "sha512-MrX7te1eUib2pUzD3dLWdRuM7EPcCxtPwO4M9og3IFYr1U3XlxybD7kxyYswltHcUm6+kba3VKL1rvkqZ1sn2g==",
  "_location": "/@firebase/firestore",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@firebase/firestore@1.16.7",
    "name": "@firebase/firestore",
    "escapedName": "@firebase%2ffirestore",
    "scope": "@firebase",
    "rawSpec": "1.16.7",
    "saveSpec": null,
    "fetchSpec": "1.16.7"
  },
  "_requiredBy": [
    "/firebase"
  ],
  "_resolved": "https://registry.npmjs.org/@firebase/firestore/-/firestore-1.16.7.tgz",
  "_spec": "1.16.7",
  "_where": "D:\\ASHWIN\\BITBUCKET\\FDSHUTTERS\\FD\\fdui",
  "author": {
    "name": "Firebase",
    "email": "firebase-support@google.com",
    "url": "https://firebase.google.com/"
  },
  "browser": "dist/index.cjs.js",
  "bugs": {
    "url": "https://github.com/firebase/firebase-js-sdk/issues"
  },
  "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"
  },
  "description": "The Cloud Firestore component of the Firebase JS SDK.",
  "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"
  },
  "engines": {
    "node": "^8.13.0 || >=10.10.0"
  },
  "esm2017": "dist/index.esm2017.js",
  "files": [
    "dist",
    "memory/package.json"
  ],
  "homepage": "https://github.com/firebase/firebase-js-sdk#readme",
  "license": "Apache-2.0",
  "main": "dist/index.node.cjs.js",
  "main-esm2017": "dist/index.node.esm2017.js",
  "module": "dist/index.esm.js",
  "name": "@firebase/firestore",
  "nyc": {
    "extension": [
      ".ts"
    ],
    "reportDir": "./coverage/node"
  },
  "peerDependencies": {
    "@firebase/app": "0.x",
    "@firebase/app-types": "0.x"
  },
  "react-native": "dist/index.rn.esm2017.js",
  "repository": {
    "directory": "packages/firestore",
    "type": "git",
    "url": "git+https://github.com/firebase/firebase-js-sdk.git"
  },
  "scripts": {
    "build": "run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp",
    "build:console": "node tools/console.build.js",
    "build:deps": "lerna run --scope @firebase/firestore --include-dependencies build",
    "build:exp": "rollup -c rollup.config.exp.js",
    "build:exp:release": "yarn build:exp && yarn build:lite",
    "build:lite": "rollup -c rollup.config.lite.js",
    "build:release": "run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'",
    "build:scripts": "tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser %  -o %'",
    "bundle": "rollup -c",
    "dev": "rollup -c -w",
    "gendeps:exp": "../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json",
    "gendeps:lite": "../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json",
    "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
    "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
    "predev": "yarn prebuild",
    "pregendeps:exp": "node scripts/build-bundle.js --input ./exp/index.ts --output ./dist/exp/tmp.js",
    "pregendeps:lite": "node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js",
    "prepare": "yarn build:release",
    "prettier": "prettier --write '*.js' '*.ts' '@(lite|exp|src|test)/**/*.ts'",
    "test": "run-s lint test:all",
    "test:all": "run-p test:browser test:lite:browser test:exp:browser test:travis test:minified",
    "test:browser": "karma start --single-run",
    "test:browser:debug": "karma start --browsers=Chrome --auto-watch",
    "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
    "test:exp": "node ./scripts/run-tests.js --emulator --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:exp:persistence": "node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts",
    "test:exp:persistence:prod": "node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts",
    "test:exp:prod": "node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts",
    "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:lite:prod": "node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'",
    "test:minified": "(cd ../../integration/firestore ; yarn test)",
    "test:node": "node ./scripts/run-tests.js  --main=index.node.ts  --emulator 'test/{,!(browser)/**/}*.test.ts'",
    "test:node:persistence": "node ./scripts/run-tests.js  --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'",
    "test:node:persistence:prod": "node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'",
    "test:node:prod": "node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'",
    "test:travis": "ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts"
  },
  "typings": "dist/index.d.ts",
  "version": "1.16.7"
}
