{
  "_from": "@firebase/database@0.12.8",
  "_id": "@firebase/database@0.12.8",
  "_inBundle": false,
  "_integrity": "sha512-JBQVfFLzfhxlQbl4OU6ov9fdsddkytBQdtSSR49cz48homj38ccltAhK6seum+BI7f28cV2LFHF9672lcN+qxA==",
  "_location": "/@firebase/database",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@firebase/database@0.12.8",
    "name": "@firebase/database",
    "escapedName": "@firebase%2fdatabase",
    "scope": "@firebase",
    "rawSpec": "0.12.8",
    "saveSpec": null,
    "fetchSpec": "0.12.8"
  },
  "_requiredBy": [
    "/@firebase/database-compat"
  ],
  "_resolved": "https://registry.npmjs.org/@firebase/database/-/database-0.12.8.tgz",
  "_shasum": "11a1b6752ba0614892af15c71958e00ce16f5824",
  "_spec": "@firebase/database@0.12.8",
  "_where": "/home/thermalcoderz/group-buy.thermalcode.com/server/node_modules/@firebase/database-compat",
  "author": {
    "name": "Firebase",
    "email": "firebase-support@google.com",
    "url": "https://firebase.google.com/"
  },
  "browser": "dist/index.esm2017.js",
  "bugs": {
    "url": "https://github.com/firebase/firebase-js-sdk/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@firebase/auth-interop-types": "0.1.6",
    "@firebase/component": "0.5.13",
    "@firebase/logger": "0.3.2",
    "@firebase/util": "1.5.2",
    "faye-websocket": "0.11.4",
    "tslib": "^2.1.0"
  },
  "deprecated": false,
  "description": "This is the Firebase Realtime Database component of the Firebase JS SDK.",
  "devDependencies": {
    "@firebase/app": "0.7.21",
    "rollup": "2.57.0",
    "rollup-plugin-typescript2": "0.30.0",
    "typescript": "4.2.2"
  },
  "esm5": "dist/index.esm5.js",
  "exports": {
    ".": {
      "node": {
        "import": "./dist/node-esm/index.node.esm.js",
        "require": "./dist/index.node.cjs.js"
      },
      "esm5": "./dist/index.esm5.js",
      "standalone": "./dist/index.standalone.js",
      "default": "./dist/index.esm2017.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/firebase/firebase-js-sdk#readme",
  "license": "Apache-2.0",
  "main": "dist/index.node.cjs.js",
  "module": "dist/index.esm2017.js",
  "name": "@firebase/database",
  "nyc": {
    "extension": [
      ".ts"
    ],
    "reportDir": "./coverage/node"
  },
  "peerDependencies": {},
  "repository": {
    "directory": "packages/database",
    "type": "git",
    "url": "git+https://github.com/firebase/firebase-js-sdk.git"
  },
  "scripts": {
    "api-report": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/src/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/public.d.ts && yarn api-report:api-json",
    "api-report:api-json": "rm -rf temp && api-extractor run --local --verbose",
    "build": "rollup -c rollup.config.js && yarn api-report",
    "build:deps": "lerna run --scope @firebase/'{app,database}' --include-dependencies build",
    "dev": "rollup -c -w",
    "doc": "api-documenter markdown --input temp --output docs",
    "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
    "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'",
    "prettier": "prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'",
    "test": "run-p lint test:emulator",
    "test:all": "run-p lint test:browser test:node",
    "test:browser": "karma start --single-run",
    "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:emulator",
    "test:emulator": "ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts",
    "test:node": "TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/index.node.ts --config ../../config/mocharc.node.js",
    "typings:public": "node ../../scripts/build/use_typings.js ./dist/public.d.ts"
  },
  "standalone": "dist/index.standalone.js",
  "typings": "./dist/public.d.ts",
  "version": "0.12.8"
}
